@media (min-width: 768px) and (max-width: 991px) {
    .toolbar-bottom .pages {
        display: block;
    }

    #header .welcome-msg {
        margin: 6px 0;
        text-align: right;
    }

    #nav li a {
        padding: 18px 8px;
    }

    #header .links a {
        padding: 0 10px;
    }
}

/* Extra small devices */
@media (max-width: 768px) {

    header {
        padding-top: 10px;
    }

    #header .links a {
        padding: 0 10px;
    }

    #header .logo {
        float: left;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    #header .logo img {
        max-height: 170px;
        margin-bottom: 10px;
    }

    #header .phone-menu {
        margin-top: 40px;
        float:right;
    }

    #header .phone-menu li {
        display: inline-block;
        margin: 0 0 5px 2px;
    }

    #header .phone-menu li a {
        background: #000;
        border-radius: 0;
        box-shadow: 0 0 1px 1px rgba(255,255,255,0.3);
        color: #e1e1e1;
        display: inline-block;
        padding: 10px 10px 11px;
        text-align: center;
        width: 40px;
    }

    #search_mini_form {
        display: none;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 99px;
        width: 100%;
        background: #000000;
        z-index: 2;
    }

    #search_mini_form .icon-search {
        padding: 8px 8px;
    }

    #search_mini_form .input-text {
        font-size: 14px;
    }

    #search_autocomplete {
        display: none;
    }

    #toggle-nav {
        background: #000;
        border: 0;
        border-radius: 0;
        color: #e1e1e1;
        display: block;
        padding: 11px;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

    #search_mini_form .input-text {
        padding: 11px 20px 10px;
    }

    #toggle-nav:hover {
        color: #e1e1e1;
        text-decoration: none;
    }

    #toggle-nav .icon-list {
        float: right;
        cursor: pointer;
        font-size: 14px;
    }

    /* Navigation */
    #nav {
        display: none;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 0;
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 12px;
    }

    #nav span.toggle {
        display: none;
    }

    /* All Levels */
    #nav li {
        text-align: left;
        position: relative;
        margin: 0;

    }

    #nav li.over {
        z-index: auto;
    }

    #nav li.parent {
    }

    #nav li a {
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #222222;
        padding: 10px 10px;
    }

    #nav li ul li,
    #nav li ul li.first,
    #nav li ul li.last {
        border: 0;
        padding: 0;
    }

    #nav li.last a {
    }

    #nav li a:hover {
        text-decoration: none;
    }

    #nav li a span {
        display: block;
        white-space: nowrap;
        cursor: pointer;
    }

    #nav li ul a span {
        text-transform: none;
        white-space: nowrap;
    }

    #nav li ul li a {
        color: #343434;
        padding: 18px 20px;
        text-transform: none;
    }

    /* 1st Level */
    #nav li {
        background: #000;
        float: none;
        display: block;
    }

    #nav li a {
        float: none;
        font-weight: normal;
        text-transform: uppercase;
        color: #e1e1e1;
    }


    #nav li a:hover,
    #nav li.over a,
    #nav li.active a {
        /*background: transparent;
        color: #fe5c1a;*/
    }

    #nav li.active > a {
        font-weight: bold;
    }

    /* 2nd Level */
    #nav ul,
    #nav div {
        position: relative;
        width: auto;
        top: auto;
        left: 0;
        border: none;
        background: #fff;
        padding: 0;
    }

    #nav div ul {
        position: relative;
        width: auto;
        border: none;
    }

    #nav ul li a {
        padding: 10px 20px;
    }

    #nav li.over ul li a,
    #nav li.active ul li a {
        /*background: #fff;*/
    }

    #nav li li a:hover {
        color: #fe5c1a;
    }

    /* 3rd+ leven */
    #nav ul ul,
    #nav ul div {
        top: 0;
        background: #fff;
    }

    #nav ul li {
        float: none;
        margin: 0;
    }

    #nav ul li.last {
        border-bottom: 1px solid #ccc;
    }

    #nav ul ul li a {
        float: none;
        padding-right: 30px;
        padding-left: 30px;
        font-weight: normal;
        font-size: 11px;
    }

    /* Show menu */
    #nav li ul.shown-sub,
    #nav li div.shown-sub {
        left: 0;
        z-index: auto;
    }

    #nav li .shown-sub ul.shown-sub,
    #nav li .shown-sub li div.shown-sub {
        left: 0;
        top: 0;
    }

    #header .welcome-msg {
        margin: 6px 0;
        text-align: center;
    }

    .category-chip ul.row-0.one-block.first {
        display: none;
    }

    #header .header-top {
        background-color: #000000;
        text-align: center;
    }

    #header .header-top {
        font-size: 10px;
    }

    #header .links li {
        float: none;
    }

    #header .links {
        float: none;
        text-align: center;
    }

    #nav li.level0:after {
        display: none;
    }
}
